home *** CD-ROM | disk | FTP | other *** search
/ Smithsonian's America / Smithsonian's America.iso / pc / setup.inf < prev   
INI File  |  1995-03-17  |  2KB  |  89 lines

  1. ; Setup Information
  2. ; Y:\ is a marker for the path of the file on the user's hard disk
  3. ; Z:\ is a marker for the source (cdrom) drive and path of file
  4.  
  5. [SetupInfo]
  6. EvalPerf=0
  7. SystemReqs=0
  8. InstallQTW=0
  9. RestartWindows=0
  10. WantReboot=0
  11. WantRunnow=0
  12. TitleWin=Smithsonian
  13. TitleName=Smithsonian
  14. GroupName=Smithsonian
  15. SourcePath=Z:\America
  16. QTWPath=Z:
  17. EXEName=\America\America.exe
  18. DestPath=c:\
  19. QTWDestPath=c:\QTW
  20. MBNeeded=1
  21. WantBlueFade=1
  22. resImageID=15001
  23. ; resImageID of titledib in exe resoure: if 0 the load from file below.
  24. bmpFileName=Z:\logo.dib
  25.  
  26.  
  27. ; File List needed for installation
  28. [FileList]
  29. NumFiles=0
  30.  
  31. [SystemFiles]
  32. NumFiles=0
  33.  
  34. [WindowsFiles]
  35. NumFiles=1
  36. File1=America.ini
  37.  
  38. ; List of Quick Time for Windows files (installed if InstallQTW=1)
  39. [QTWList]
  40. NumFiles=0
  41. File1=mciqtenu.dll 
  42. File2=mciqtw.drv
  43. File3=playenu.dll 
  44. File4=player.exe 
  45. File5=qcmc.qtc 
  46. File6=qtcvid.qtc 
  47. File7=qthndlr.dll 
  48. File8=qtim.dll
  49. File9=qtimcmgr.dll 
  50. File10=qtjpeg.qtc 
  51. File11=qtmovie.vbx 
  52. File12=qtnotify.exe
  53. File13=qtole.dll 
  54. File14=qtpic.vbx 
  55. File15=qtraw.qtc
  56. File16=qtrle.qtc 
  57. File17=qtrpza.qtc 
  58. File18=qtrt21.qtc
  59. File19=qtsmc.qtc 
  60. File20=qtvhdw.dll 
  61. File21=viewenu.dll
  62. File22=viewer.exe
  63.  
  64. ; List of items placed in program manager group called groupname
  65. ; CommandLine, Item name, Icon name, Working directory
  66. ; If working directory set to nothing, the the working dir is set to wher
  67. ; the file is copied onto the hard disk.
  68.  
  69. [GroupList]
  70. GroupName=Smithsonian
  71. NumItems=4
  72. ComLine1=Z:\America\America.exe
  73. ItemName1=Smithsonian
  74. IconName1=cmc.ico
  75. WorkingDir1=Z:\America
  76. ComLine2=Z:\end_user\setup.exe
  77. ItemName2=Click Me First!
  78. IconName2=
  79. WorkingDir2=Z:\QTW2\
  80. ComLine3=notepad Z:\America\readme.txt
  81. ItemName3=Read Me!
  82. IconName3=
  83. WorkingDir3=Z:\America
  84. ComLine4=notepad Z:\America\license.txt
  85. ItemName4=Copyright Info.
  86. IconName4=
  87. WorkingDir4=Z:\America
  88.  
  89.